home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 July / DPPCPRO0705.ISO / Editorial / Delphi 2005 / SimpleEditor / ed.nfm next >
Encoding:
Text File  |  2005-03-21  |  1.0 KB  |  52 lines

  1. object Form1: TForm1
  2.   Caption = 'Form1'
  3.   Color = clBtnFace
  4.   Font.Charset = DEFAULT_CHARSET
  5.   Font.Color = clWindowText
  6.   Font.Height = -11
  7.   Font.Name = 'Tahoma'
  8.   Font.Style = []
  9.   Height = 340
  10.   Menu = MainMenu1
  11.   Width = 434
  12.   Left = 0
  13.   Top = 0
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object RichEdit1: TRichEdit
  17.     Align = alClient
  18.     Font.Charset = ANSI_CHARSET
  19.     Font.Color = clWindowText
  20.     Font.Height = -11
  21.     Font.Name = 'Tahoma'
  22.     Font.Style = []
  23.     Lines.Strings = (
  24.       '')
  25.     ParentFont = False
  26.     TabOrder = 0
  27.     Left = 0
  28.     Top = 0
  29.     Width = 426
  30.     Height = 286
  31.   end
  32.   object MainMenu1: TMainMenu
  33.     Left = 264
  34.     Top = 208
  35.     object File1: TMenuItem
  36.       Caption = 'File'
  37.       object Open1: TMenuItem
  38.         Caption = 'Open'
  39.         OnClick = Open1Click
  40.       end
  41.       object Save1: TMenuItem
  42.         Caption = 'Save'
  43.         OnClick = Save1Click
  44.       end
  45.       object Exit1: TMenuItem
  46.         Caption = 'Exit'
  47.         OnClick = Exit1Click
  48.       end
  49.     end
  50.   end
  51. end
  52.